/*bottom*/

.bottom {
	height: 247px;
	background: #3690DC;
}

.bottom .bottom-all {
	width: 1400px;
	margin: 0 auto;
	padding-top: 24px;
}

.bottom .bottom-all .bumen1 li {
	position: relative;
}

.bottom .bottom-all .bumen1>li {
	width: 252px;
	height: 38px;
	background: #FFFFFF;
	position: relative;
}

.bottom .bottom-all .bumen1>li p {
	width: auto;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 38px;
	text-indent: 1em;
}

.bottom .bottom-all .bumen1>li img {
	height: 12px;
	width: 7px;
	position: absolute;
	top: 13px;
	left: 220px;
	/*background: #666666;*/
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.bottom .bumen1>li {
	float: left;
	margin-right: 35px;
}

.bottom .bumen1>li:nth-of-type(5) {
	margin-right: 0;
}


/*li-ul1*/

.bottom .ul1 .bumen1-ul {
	width: 252px;
	position: absolute;
	bottom: 38px;
	max-height: 300px;
	overflow-y: scroll;
	display: none;
}

.bottom .bumen1 li:hover .bumen1-ul {
	display: block;
}


/*定义整体的宽度*/

.bumen1-ul::-webkit-scrollbar {
	width: 17px;
}


/*定义滚动条轨道*/

.bumen1-ul::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 4);
}


/*定义滑块*/

.bumen1-ul::-webkit-scrollbar-thumb {
	background-color: rgba(13, 120, 210, 1);
}

.bottom .ul1 .bumen1-ul li a {
	display: block;
	background: #3690DC;
}

.bottom .ul1 .bumen1-ul li a>p {
	width: auto;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	/*color:white;*/
	line-height: 38px;
	text-indent: 1em;
}

.bottom .ul1 .bumen1-ul li a>p:hover {
	/*background: #0D78D2;*/
	background: rgba(255, 255, 255, 0.5);
}

#_span_jiucuo img{
	width:90px;
}
/*footer-div*/
.bottom .bot-xia {
	margin-top: 17px;
	display: flex;
	justify-content: space-between;
}

.bottom .bottom-bot {
	width: 252px;
	/*line-height: 125px;*/
	background: #0D78D2;
}

.bottom .bot1 {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bottom .bot1 img:nth-of-type(1) {
	width: 50px;
	height: 62px;
	margin-right: 34px;
}

.bottom .bot1 img:nth-of-type(2) {
	width: 92px;
	height: 46px;
}

.bottom .bot2 a {
	width: auto;
	/*height: 15px;*/
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	/*line-height: 48px;*/
	margin-bottom: 20px;
}

.bottom .bot2 {
	padding: 35px 45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bottom .bot3 a,.bottom .bot4 a{
	width: auto;
	height: auto;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin: 17px 0 0 19px;
	display: block;
}
.bottom .bot5{
	display: flex;
	justify-content: center;
	padding-top: 18px;
}
.bottom .bot5 a{
	margin-right: 19px;
}
.bottom .bot5 p{
	width: auto;
height: auto;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: 30px;
}

@media screen and (max-width: 768px) {
	.bottom .bottom-all{
		width: 100%;
	}
	.bottom .bottom-all .bumen1>li{
		width: 100%;
	}
	.bottom .bottom-all .bumen1>li img{
		left: 94%;
	}
	.bumen1{
		width: 96%;
		margin: 0 auto;
	}
	.bottom .ul1 .bumen1-ul{
		width: 98%;
	}
	.bottom .bot-xia{
		flex-wrap: wrap;
	}
	.bottom .bot1{
		width: 50%;
	}
	.bottom .bot2{
		width: 50%;
		padding: 35px;
	}
	.bottom .bot3{
		width: 100%;
	}
	.bottom .bot4{
		width: 50%;
	}
	.bottom .bot5{
		width: 50%;
	}
	
}